home *** CD-ROM | disk | FTP | other *** search
-
-
-
- SSSSQQQQRRRRTTTT((((3333FFFF)))) SSSSQQQQRRRRTTTT((((3333FFFF))))
-
-
-
- NNNNAAAAMMMMEEEE
- sqrt, dsqrt, qsqrt, csqrt, zsqrt, cqsqrt - FORTRAN square root intrinsic
- function
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- rrrreeeeaaaallll rrrr1111,,,, rrrr2222
- ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn ddddpppp1111,,,, ddddpppp2222
- rrrreeeeaaaallll****11116666 qqqqpppp1111,,,, qqqqpppp2222
- ccccoooommmmpppplllleeeexxxx ccccxxxx1111,,,, ccccxxxx2222
- ccccoooommmmpppplllleeeexxxx****11116666 ccccdddd1111,,,, ccccdddd2222
- ccccoooommmmpppplllleeeexxxx****33332222 ccccqqqq1111,,,, ccccqqqq2222
-
- rrrr2222 ==== ssssqqqqrrrrtttt((((rrrr1111))))
-
- ddddpppp2222 ==== ddddssssqqqqrrrrtttt((((ddddpppp1111))))
- ddddpppp2222 ==== ssssqqqqrrrrtttt((((ddddpppp1111))))
-
- qqqqpppp2222 ==== qqqqssssqqqqrrrrtttt((((qqqqpppp1111))))
- qqqqpppp2222 ==== ssssqqqqrrrrtttt((((qqqqpppp1111))))
-
- ccccxxxx2222 ==== ccccssssqqqqrrrrtttt((((ccccxxxx1111))))
- ccccxxxx2222 ==== ssssqqqqrrrrtttt((((ccccxxxx1111))))
-
- ccccdddd2222 ==== zzzzssssqqqqrrrrtttt((((ccccdddd1111))))
- ccccdddd2222 ==== ssssqqqqrrrrtttt((((ccccdddd1111))))
-
- ccccqqqq2222 ==== ccccqqqqssssqqqqrrrrtttt((((ccccqqqq1111))))
- ccccqqqq2222 ==== ssssqqqqrrrrtttt((((ccccqqqq1111))))
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _s_q_r_t returns the real square root of its real argument. _d_s_q_r_t returns
- the double-precision square root of its double-precision argument. _q_s_q_r_t
- returns the real*16 square root of its real*16 argument. The value of
- the argument of _s_q_r_t, _d_s_q_r_t, and _q_s_q_r_t must be greater than or equal to
- zero.
-
- _c_s_q_r_t returns the complex square root of its complex argument. The
- result of _c_s_q_r_t is the principle value with the real part greater than or
- equal to zero. When the real part is zero, the imaginary part is greater
- than or equal to zero.
-
- _z_s_q_r_t returns the complex*16 square root of its complex*16 argument.
-
- _c_q_s_q_r_t returns the complex*32 square root of its complex*32 argument.
-
- _s_q_r_t, the generic form, will become _d_s_q_r_t, _q_s_q_r_t, _c_s_q_r_t, _z_s_q_r_t, or _c_q_s_q_r_t
- as required by its argument type.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- exp(3M).
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-